home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 1 / Gold Medal Software Volume 1 (Gold Medal) (1994).iso / menuts / batmouse.arj / README < prev    next >
Text File  |  1993-08-22  |  6KB  |  156 lines

  1.                  S T A R T E C H    S Y S T E M S
  2.  
  3.                          B A T M O U S E
  4.  
  5.                   THE MOUSE FOR YOUR BATCH FILES
  6.  
  7.  
  8.  
  9.  
  10. ─────────────────────────────────────────────────────────────────────────
  11. ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  12.  
  13.  
  14. System Overview
  15.  
  16. The BATMOUSE SYSTEM consists of the files:
  17.  
  18.     BATMOUSE.COM    The main program for interfacing your/any
  19.             batch file to your mouse driver.
  20.     BATMOUSE.TXT    A reference document that explains how
  21.             BATMOUSE communicates with batch files
  22.             and how DIRECTOR.BAT works.
  23.     DIRECTOR.BAT    A sample batch file which is described in
  24.             BATMOUSE.TXT.
  25.     DIRECTOR.TXT    Same as the .BAT version but with line numbers.
  26.     REGISTER.DOC    A form for obtaining the 'no-nonsense' and
  27.             latest version of BATMOUSE.
  28.     DEMO.BAT    A demo showing the predefined background screens.
  29.     SHOW.COM    Displays screens created with commercial program
  30.             SAYWHAT.  The syntax is 'SHOW DIRSCNnn' where 'nn'
  31.             represents the last 2 characters of the screen name.
  32.     DIRSCNnn.SQZ    These are screen files that have been previously
  33.             created and which are displayed by program SHOW.
  34.     REPLY.COM    Performs a function similar to BATMOUSE without
  35.             the mouse.  See BATMOUSE.DOC.
  36.     README        This file.
  37.  
  38. The following setup notes may prove useful:
  39. ────────────────────────────────────────────────────────────────────────────
  40.  
  41. The installation consists of copying files from the diskette and
  42. then interfacing BATMOUSE with your existing batch file or modifying
  43. DIRECTOR.BAT to create a new batch file.
  44.  
  45.     TO TRANSFER BATMOUSE TO DRIVE C: IN DIRECTORY \NEWDIR YOU
  46.     WOULD TYPE:
  47.  
  48.       C:
  49.       CD \
  50.       MD \NEWDIR
  51.       CD \NEWDIR
  52.       COPY A:*.*
  53.  
  54.   BE SURE TO HAVE CREATED A DIRECTORY ON THAT DRIVE FOR BATMOUSE
  55.   AND TO HAVE CHANGED THE DEFAULT DIRECTORY TO THE NEW
  56.   DIRECTORY!!!!
  57.  
  58.   If you wish to use some other floppy drive for this process,
  59.   Replace 'A:' with '<yourdrive>:'.
  60.  
  61. Before you can use the current version of DIRECTOR.BAT you must
  62. add the following line to your CONFIG.SYS:
  63.  
  64.         DEVICE=C:\DOS\ANSI.SYS
  65.  
  66. This should work unless your DOS files are in another directory.  In
  67. that case replace the reference to 'DOS' with 'YOURDIR'.  In either
  68. case you must then reboot your system.  Various versions of ANSI.SYS
  69. require approximately 4K of memory.
  70.  
  71. For a quick look at how BATMOUSE works, type BATMOUSE <ENTER>!  Make
  72. sure you have loaded your MOUSE.COM OR MOUSE.SYS program before you
  73. use BATMOUSE.  BATMOUSE will display a message 'MOUSE.COM NOT LOADED'
  74. and return to the calling program if you have not loaded your mouse
  75. driver.
  76.  
  77. You should see the time displayed in the upper right corner and the 
  78. mouse displayed in the center of the screen.
  79.  
  80. When you press a key or a mouse button, the program ends and the screen
  81. is left in an undisturbed state - the mouse cursor disappears and the
  82. normal cursor reappears.
  83.  
  84. If you type SET <ENTER> your environment will be displayed and you
  85. should see the BATMOUSE variables HR & VC (horizontal row & vertical
  86. column).  If you pressed a mouse button these variables will contain
  87. values representing the row and column at which the button was pressed.  If
  88. you pressed any key on the keyboard, both variables will contain a '-'.
  89.  
  90. If you run BATMOUSE again the mouse cursor will appear at the point
  91. where the last mouse button was pressed.  If the last key press was not
  92. the mouse (ie, a key on the keyboard) the mouse cursor appears in the
  93. middle of the screen.
  94.  
  95. Refer to BATMOUSE.DOC for more specific information on the use of
  96. BATMOUSE, a description of the DIRECTOR.BAT & DIRECTOR.TXT files and
  97. interfacing your batch file with BATMOUSE.
  98.  
  99. This version of DIRECTOR includes a royalty free commercial product (SHOW)
  100. on lines 205 & 211  to display predefined screens generated by the parent
  101. product SAYWHAT.  The DEMO.BAT file may be use to see the different types
  102. of background screens that are used with the DIRECTOR. The main reason for
  103. their existence is to speed up the screen painting process - they require
  104. no modification for use.  The complete name of the screen file is displayed
  105. at the top of the screen - the significance of the name is in the two 
  106. numeric characters found on the left of the '.SQZ'.
  107.  
  108. These two characters are passed to the DIRECTOR as parameter 1 and
  109. tested/used as %1.  If no parameters are passed the default
  110. monochrome screen (DIRSCR) is displayed.
  111.  
  112. If you want to demonstrate the DIRECTOR.BAT file in its current form,
  113. make sure that you don't select the programs since most of them and their
  114. directories are probably not present on your system.  Also, change the
  115. references to C: to your drive.  The CD \ command just before the BATMOUSE
  116. call should be modified to read CD \NEWDIR - this will allow the DIRECTOR
  117. to run in the directory you copied the programs to.  If you click on F8
  118. on any of the menu pages, nothing happens except that the screen gets
  119. completely repainted.  This is because there are no entries for the
  120. DIRECTOR to carry out - You may want to install your first program in one
  121. of the F8 lines page 1, 2 or 3.
  122.  
  123. Use some of the follow examples to try out DIRECTOR.BAT:
  124.  
  125.     DIRECTOR
  126.     DIRECTOR 00
  127.     DIRECTOR 02
  128.     DIRECTOR 03
  129.     DIRECTOR 04
  130.     DIRECTOR 05
  131.     DIRECTOR 10
  132.     DIRECTOR 12
  133.     DIRECTOR 14
  134.     DIRECTOR 00 33 44
  135.     DIRECTOR 00 33 44 37 47
  136.     DIRECTOR 00 33 44 37 47 37 44
  137.     DIRECTOR 00 33 46 37 47 37 44
  138.     DIRECTOR 06 33 37 37 47 37 41
  139.     DIRECTOR 08 33 47 37 47 37 41
  140.     DIRECTOR 08 33 40 37 47 37 41
  141.  
  142. There is a more in depth review of the parameters if file BATMOUSE.TXT.
  143.  
  144. Try clicking on the upper and lower parts of the screen (Page UP & Page DOWN).
  145. You may want to try the WINDOWS call as it may work on your system.  Make
  146. sure you modify the CD \ command as discussed above.
  147.  
  148. To exit, press <ESC>, Q, F9 or click on F9.
  149.  
  150. Help is available by pressing H.
  151.  
  152. You may upload this software to any BBS (zipped or not) as long as all
  153. file are included in their unmodified state.
  154.  
  155. ────────────────────────────────────────────────────────────────────────────
  156.